From 2aa3ba77eb34e7da62f7c577a93282cf83c28237 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Mon, 25 Mar 2019 17:43:08 -0600 Subject: [PATCH] update continous release version for macos. (#331) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b498d95a..1c8931d1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ script: after_success: - cd ${TRAVIS_BUILD_DIR} # only deploy pushes to master or prs that target master. the prs will go to transfr.sh, the pushes go to github. - - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.12.1" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/GPSBabel-*.dmg; fi + - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.12.2" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/GPSBabel-*.dmg; fi branches: except: -- 2.30.2